| Einhugur Word Component for Buoy |
|
Table.ColumnWidth Method
Getter method for getting column width.

ColumnWidth(
index
as Integer,
unit
as Units)
as Double
Parameters
- index
- Index of the column to get the width for. (Zero based)
- unit
- Unit type to get the result as.
Returns
- Double
- The result in the requested unit.
Remarks
This method will throw WordException if index is out of range.
See Also
Table Class